func runtime.lockWithRank

8 uses

	runtime (current package)
		lock_spinbit.go#L150: 	lockWithRank(l, getLockRank(l))
		lockrank_off.go#L23: func lockWithRank(l *mutex, rank lockRank) {
		sema.go#L176: 		lockWithRank(&root.lock, lockRankRoot)
		sema.go#L215: 	lockWithRank(&root.lock, lockRankRoot)
		sema.go#L573: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L616: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L651: 	lockWithRank(&l.lock, lockRankNotifyList)
		stack.go#L825: 			lockWithRank(&sg.c.lock, lockRankHchanLeaf)